home *** CD-ROM | disk | FTP | other *** search
-
- LOGZIP
- v1.0
-
- Copyright 1993 by David Pontius
-
- LOGZIP:
- Logzip may be used free of charge.
-
- DESCRIPTION:
- Logzip will let you zip your logs anytime of the month.
-
- If you'd like to donate $1 to the author it will help
- to bring more programs like LOGZIP.
-
- The author may be reached at:
-
- David Pontius
- P.O. Box 18956
- Tucson, AZ 85731
-
- CircuitNet 602109
- FidoNet 1:300/604
- CNFD 169:6021/109
-
- Freedom City BBS 602-747-5415
-
- Latest versions may always be obtained with the magic name:
- LOGZIP
-
-
- USAGE:
- To use Logzip, you need to put logzip.com and logszip.bat in the
- same directory.
- The command line is:
- LOGZIP n
- where n is the day of the month you want the batch file logszip.bat
- to run.
- Run logzip everyday, it will only execute logszip.bat on the day
- specified.
- Logzip will run logszip.bat in the format
- LOGSZIP.BAT mmddyy.
-
- EXAMPLE:
-
- LOGZIP 1
-
- Batch file LOGSZIP.BAT:
-
- cd \fd1
- pkzip %1 fd1.log
- del fd1.log
- copy %1.zip \logsfd1
- del %1.zip
- cd \fd2
- pkzip %1 fd2.log
- del fd2.log
- copy %1.zip \logsfd2
- del %1.zip
- cd \sf\work
- pkzip sf%1 callers.log
- del callers.log
- copy sf%1 \sflogs
- del sf%1
-
- This is just an example. You can do almost anything with LOGZIP.
- Just put it in the batch file.
-
-
-
-
-
-
-
-
-